mod_rewrite + mod_status
am 17.11.2009 13:43:43 von ricardo figueiredohi,
I have a problem.
I'm using mod_rewrite and mod_status.
mod_status is configured this way.
SetHandler server-status
Order deny,allow
Deny from all
Allow from .your_domain.com
When I acess http://localhost/server-status I don't see the page because
mod_rewrite don't allow.
mod_rewrite is configured this way:
RewriteEngine On
RewriteMap prgmap prg:/usr/local/apache/program
Rewrite ^(.*) balancer:/${prgmap:$1} [P]
How do I do mod_rewrite doesn't analyze URI like as /server-status ???
Ricardo
--
View this message in context: http://old.nabble.com/mod_rewrite-%2B-mod_status-tp26389278p 26389278.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org